home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / setup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-11-04  |  3.0 KB  |  132 lines

  1. object Form3: TForm3
  2.   Left = 308
  3.   Top = 158
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'WinGuardian Setup'
  7.   ClientHeight = 161
  8.   ClientWidth = 300
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 300
  21.     Height = 161
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     BorderStyle = bsSingle
  25.     TabOrder = 0
  26.     object AHMFillBackground1: TAHMFillBackground
  27.       Left = 2
  28.       Top = 2
  29.       Width = 292
  30.       Height = 153
  31.       Background = Form1.AHMBackground1
  32.       Align = alClient
  33.     end
  34.     object Label3: TLabel
  35.       Left = 19
  36.       Top = 7
  37.       Width = 261
  38.       Height = 21
  39.       Caption = 'WinGuardian setup has completed:'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clNavy
  42.       Font.Height = -19
  43.       Font.Name = 'Times New Roman'
  44.       Font.Style = [fsUnderline]
  45.       ParentFont = False
  46.       Transparent = True
  47.     end
  48.     object Label5: TLabel
  49.       Left = 16
  50.       Top = 38
  51.       Width = 265
  52.       Height = 13
  53.       Caption = 'WinGuardian will automatically start every time'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       Transparent = True
  61.     end
  62.     object Label6: TLabel
  63.       Left = 16
  64.       Top = 55
  65.       Width = 260
  66.       Height = 13
  67.       Caption = 'your computer starts. To access WinGuardian'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       Transparent = True
  75.     end
  76.     object Label4: TLabel
  77.       Left = 16
  78.       Top = 73
  79.       Width = 239
  80.       Height = 13
  81.       Caption = 'at anytime, press CONTROL-ALT-SHIFT-Y'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       Transparent = True
  89.     end
  90.     object Label2: TLabel
  91.       Left = 50
  92.       Top = 102
  93.       Width = 197
  94.       Height = 13
  95.       Caption = 'Would you like to view the release notes?'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       ParentFont = False
  102.       Transparent = True
  103.     end
  104.     object BitBtn1: TBitBtn
  105.       Left = 64
  106.       Top = 125
  107.       Width = 75
  108.       Height = 23
  109.       Caption = 'Yes'
  110.       TabOrder = 0
  111.       OnClick = BitBtn1Click
  112.       NumGlyphs = 2
  113.     end
  114.     object BitBtn2: TBitBtn
  115.       Left = 151
  116.       Top = 125
  117.       Width = 75
  118.       Height = 23
  119.       Caption = 'No'
  120.       TabOrder = 1
  121.       OnClick = BitBtn2Click
  122.     end
  123.   end
  124.   object Timer1: TTimer
  125.     Enabled = False
  126.     Interval = 500
  127.     OnTimer = Timer1Timer
  128.     Left = 296
  129.     Top = 24
  130.   end
  131. end
  132.